home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / tb118.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-24  |  2KB  |  64 lines

  1. @echo off
  2. Echo ---
  3. Echo Welcome to the TurBoard BBS system!
  4. Echo ---
  5. Echo We are about to install the TurBoard Graphical Bulletin Board system.
  6. Echo Make sure the current directory is the directory where you executed
  7. Echo the TurBoard archive.  This will be the TurBoard BBS home directory.
  8. Echo Press CNTL-C if you wish to abort now, otherwise
  9. pause
  10. Echo ---
  11. Echo Setting up help screens, welcome screens, etc...
  12. md text
  13. if errorlevel=1 goto errorout
  14. cd text
  15. ..\text
  16. cd ..
  17. if errorlevel=1 goto errorout
  18. Echo ---
  19. Echo Setting up menus, special messages, and the advertisement catagories...
  20. md yak
  21. if errorlevel=1 goto errorout
  22. cd yak
  23. ..\yak
  24. cd ..
  25. if errorlevel=1 goto errorout
  26. Echo ---
  27. Echo Setting up the default art gallery...
  28. md art
  29. if errorlevel=1 goto errorout
  30. cd art
  31. ..\art
  32. cd ..
  33. if errorlevel=1 goto errorout
  34. md ads
  35. if errorlevel=1 goto errorout
  36. copy catagory.dat ads
  37. if errorlevel=1 goto errorout
  38. Echo ---
  39. Echo Cleaning up . . .
  40. erase YAK.exe
  41. if errorlevel=1 goto errorout
  42. erase TEXT.exe
  43. if errorlevel=1 goto errorout
  44. erase art.exe
  45. if errorlevel=1 goto errorout
  46. erase CATAGORY.DAT
  47. if errorlevel=1 goto errorout
  48. Echo ---
  49. Echo ALL DONE!!!  Now you are ready to start the TurBoard BBS program!
  50. Echo (you may wish to delete INSTALL.BAT, but it is not required.)
  51. Echo Enter TB at the DOS prompt to start TurBoard!
  52. goto end;
  53. :errorout
  54. Echo ---
  55. Echo Your disk drive may be full, or there is some problem with the
  56. Echo files in the archive.
  57. Echo Also, if you have alread run INSTALL, you do not need to run again.
  58. Echo ---
  59. Echo This program is optional -- you may want to start TurBoard with out
  60. Echo the menus and so forth, if so, use the command TB at the DOS prompt.
  61. :end
  62. Echo --- :)
  63.  
  64.